avl tree meaning in English
avl树均高二叉树
平衡搜索树
Examples
- This article presents a demo of an avl tree , which only describes the inserting , removing , and searching a node
这个项目演示了avl树,只是描述了插入、删除以及搜索一个节点。 - Demo of an avl tree - this article presents a demo of an avl tree , which only describes the inserting , removing , and searching a node
这个项目演示了avl树,只是描述了插入、删除以及搜索一个节点。 - A demo of an avl tree - this article presents a demo of an avl tree , which only describes the inserting , removing , and searching a node
这个项目演示了avl树,只是描述了插入、删除以及搜索一个节点。 - To efficiently reconstruct the topological structure of a large number of stl ( stereolithography ) data , the integrating vertex algorithm of the avl tree based on the v - f structure is promoted to delete a large number of repeated vertexes and reduce the size of data file
( 2 )提出了基于v - f (点-面)存储结构的avl顶点聚合算法和基于虚avl的邻边搜索优化算法。 - So this system can be used to collect farm information , and then use these limited information to estimate the information of the whole farm field . because the system run at palm - sized pc , so some code is designed to reduce the hardware limit . for example , the points directory is realized through avl tree
另外,针对掌上电脑的特点,还做了一些减少掌上电脑的硬件约束的设计,如实现了用平衡二叉树来作为点的字典,并在实现过程中,自己设计了内存管理类,以尽量合理地使用掌上电脑的系统资源等。